runtime.heapStatsDelta.tinyAllocCount (field)

8 uses

	runtime (current package)
		mcache.go#L168: 			atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
		mcache.go#L301: 	atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
		metrics.go#L309: 				out.scalar = uint64(in.heapStats.tinyAllocCount)
		mstats.go#L428: 	nFree += consStats.tinyAllocCount
		mstats.go#L429: 	nMalloc += consStats.tinyAllocCount
		mstats.go#L673: 	tinyAllocCount  uint64                  // number of tiny allocations
		mstats.go#L695: 	a.tinyAllocCount += b.tinyAllocCount